# | Line 1 | Line 1 | |
---|---|---|
1 | + | # RCSid $Id$ |
2 | + | |
3 | # Locate the threads package | |
4 | set(CMAKE_THREAD_PREFER_PTHREAD TRUE) | |
5 | set(THREADS_PREFER_PTHREAD_FLAG TRUE) | |
# | Line 15 | Line 17 | add_executable(genmarble genmarble.c ../common/random. | |
17 | target_link_libraries(genmarble ${LIB_M}) | |
18 | ||
19 | add_executable(genglaze genglaze.c ../common/data.h) | |
20 | < | target_link_libraries(genglaze rtrace ${LIB_M}) |
20 | > | target_link_libraries(genglaze rtrad ${LIB_M}) |
21 | ||
22 | add_executable(gensky gensky.c sun.c) | |
23 | target_link_libraries(gensky rtrad ${LIB_M}) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |