4 lines
75 B
CMake
4 lines
75 B
CMake
IF(WIN32)
|
|
SUBDIRS( logic_editor_dll
|
|
logic_editor_exe)
|
|
ENDIF(WIN32)
|